home *** CD-ROM | disk | FTP | other *** search
- // SimpleView.h : interface of the CSimpleView class
- //
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INCLUDES()
- #include "scrollx.h"
- //}}AFX_INCLUDES
-
- #if !defined(AFX_SIMPLEVIEW_H__759A3452_4095_11D1_AFD4_0040C79403A8__INCLUDED_)
- #define AFX_SIMPLEVIEW_H__759A3452_4095_11D1_AFD4_0040C79403A8__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
-
- class CSimpleView : public CFormView
- {
- protected: // create from serialization only
- CSimpleView();
- DECLARE_DYNCREATE(CSimpleView)
-
- public:
- //{{AFX_DATA(CSimpleView)
- enum { IDD = IDD_SIMPLE_FORM };
- CScrollX m_RTScroll1;
- //}}AFX_DATA
-
- // Attributes
- public:
- CSimpleDoc* GetDocument();
-
- // Operations
- public:
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSimpleView)
- public:
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- virtual void OnInitialUpdate();
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
- virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
- virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
- virtual void OnPrint(CDC* pDC, CPrintInfo*);
- //}}AFX_VIRTUAL
-
- // Implementation
- public:
- virtual ~CSimpleView();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- void BuildGraph1();
- protected:
-
- // Generated message map functions
- protected:
- //{{AFX_MSG(CSimpleView)
- afx_msg void OnInternalTimerScrollxctrl1();
- DECLARE_EVENTSINK_MAP()
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- #ifndef _DEBUG // debug version in SimpleView.cpp
- inline CSimpleDoc* CSimpleView::GetDocument()
- { return (CSimpleDoc*)m_pDocument; }
- #endif
-
- /////////////////////////////////////////////////////////////////////////////
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_SIMPLEVIEW_H__759A3452_4095_11D1_AFD4_0040C79403A8__INCLUDED_)
-